home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / READMEFiles / SocketClasses.README < prev    next >
Text File  |  1992-08-29  |  1KB  |  27 lines

  1. This is the first public release of the Socket Classes, SktSocketManager,
  2. SktSocket, and SktSocketUser.  They have been tested only by me so far,
  3. so you should consider this an alpha release.  I welcome all bug reports
  4. and suggestions for improvement.  Please send all feedback to me as
  5. nik@next.com (for now).  If volume stays reasonable, I'll try to get back to
  6. you.
  7.  
  8. Please note that this "kit" is not a product of NeXT Computer, Inc., 
  9. either officially or unofficially.  I wrote these several months before
  10. coming to work at NeXT, but never got a decent chance to clean them up
  11. for general release.  So here they are, about a year late.  See the
  12. copyright notices in the files for further information.
  13.  
  14. --Nik A Gervae
  15.   ngervae@next.com
  16.  
  17. ===============
  18.  
  19. Content:
  20.  
  21.     Source for the Socket Classes (.h and .m files)
  22.     utilities used by the Socket Classes (util.[hc])
  23.     Class specifications, in ASCII, RTF, and WriteNow formats
  24.             (doc/{spec,rtf,wn}/*)
  25.     GNU General Public License (COPYING)
  26.     Chat example server (Chat/*)
  27.     client example client (Client/*)